home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2896 / text0000.txt < prev   
Encoding:
Text File  |  1996-08-05  |  708 b   |  22 lines

  1. In a message of 29 Jan 96, Edward wrote to :
  2.  
  3.  EC> I have two problems with using datatypes (for image conversion) that
  4.  EC> perhaps someone here might have the answer to.
  5.  
  6.  EC> The first problem is converting a GIF with only 16 colors to display on
  7.  EC> a screen of 256 colors.  (An example of a GIF with only 16 colors is the
  8.  EC> 'Aminet.gif' logo at http://ftp.wustl.edu/~aminet/)
  9.  
  10.  <...>
  11.  
  12.  EC> I know that the object has been created, I can examine the BitMapHeader
  13.  EC> and see that the depth = 4.  I convert the object to a bitmap via the
  14.  EC> call:
  15.  
  16. You must do a DTM_PROCLAYOUT|DTM_ASYNCLAYOUT as well, before you can access
  17. the bitmap, AFAIK.
  18.  
  19. --
  20. Magnus Holmgren - Amiga programmer and enthusiast
  21.  
  22.